dev-python/pyaes: Remove unused dep on setuptools
authorMichał Górny <mgorny@gentoo.org>
Tue, 30 Jul 2019 07:02:49 +0000 (09:02 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 30 Jul 2019 07:24:42 +0000 (09:24 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyaes/pyaes-1.6.1-r1.ebuild [moved from dev-python/pyaes/pyaes-1.6.1.ebuild with 92% similarity]

similarity index 92%
rename from dev-python/pyaes/pyaes-1.6.1.ebuild
rename to dev-python/pyaes/pyaes-1.6.1-r1.ebuild
index 26c32d780fb3db84b0694289f16edcda525524b0..28e71ec67c0cb6b14bdcbd0efdd1004cc423e6f0 100644 (file)
@@ -16,8 +16,6 @@ SLOT="0"
 KEYWORDS="amd64 ~arm x86"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
 python_test() {
        local t fail=
        for t in tests/test-*.py; do