mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/crcmod: correct DISTUTILS_USE_SETUPTOOLS
Closes: https://bugs.gentoo.org/748069 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
committed by
Michał Górny
parent
08d5cfcdeb
commit
6bbbc4c86b
@@ -3,6 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
PYTHON_COMPAT=( python3_{6,7,8} )
|
||||
|
||||
inherit distutils-r1
|
||||
@@ -14,7 +15,6 @@ SRC_URI="mirror://sourceforge/crcmod/${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
IUSE=""
|
||||
|
||||
DOCS=( changelog test/examples.py )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user