summaryrefslogtreecommitdiff
path: root/dev-python/python-prctl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-python/python-prctl
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-python/python-prctl')
-rw-r--r--dev-python/python-prctl/Manifest2
-rw-r--r--dev-python/python-prctl/python-prctl-1.7.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/python-prctl/Manifest b/dev-python/python-prctl/Manifest
index d9b9b98701bb..947b325a9403 100644
--- a/dev-python/python-prctl/Manifest
+++ b/dev-python/python-prctl/Manifest
@@ -1,3 +1,3 @@
DIST python-prctl-1.7.tar.gz 25922 BLAKE2B 2d0ccc2174c62a74fcffec1115f3d157b6579c8f7dc138aacecc2d7ee479d71954b04cf1f7d881c1212d1f63c22aad800db07756e2803de2deac7eeb5d0d2742 SHA512 f2a18fc8e9ef469722c6618d5dd6b7b558d4060783e6fb3a8dc868d9ed3fa21ade371f94a4538a24dca92a71f623a96638c96882d9cf0d3d499a9f12dae8538a
-EBUILD python-prctl-1.7.ebuild 491 BLAKE2B fef3ec84636e5a0fbb50ab55d27fe98249c2d4e09976f72b457cb05b41e320b7f989e5ef6804cbf250aeb68326e1f13ab03b9e5af6c3ab6f6adac7ea01c4312f SHA512 6143d23a41af66311b3e49f861d50cd6dbbb38b2ff70512bcc4b6e45b9859c6597bb3e566d001fe37561ebb25dfee727d0df8f6b5dd9aa1a0a4b50c3911cd312
+EBUILD python-prctl-1.7.ebuild 476 BLAKE2B a7b65185af8c15ec58441e435aadd79a2536e06219ba9686d7e122d0ebe8e9cec3f7cf6756d776d0de844b5a129b29bc7f4f90a293ffdcec6013e26c04e75124 SHA512 ed38f7787428f4229193610094aa13dbc146a3e3761044216a3d4f2a93d05746d3bb9b2f83458b3b493eaca73cb35781d3119cd34f7e66227632188250372082
MISC metadata.xml 334 BLAKE2B 1fc3c650f15c0c5663110d323f0a4acf970fa31ef8711ea894b6440bd7b04d37d2465db26168833e45bc728f6732f15352f1125d30d85ff16b9d2275931e0818 SHA512 42e6bed26bbf277f03865d151148646a4077baf61256e67616f04f004b807bc5bcb5122bded7a20d05f1eb57a2850cf0f31e469f3482c0dd214fd408b6494cdb
diff --git a/dev-python/python-prctl/python-prctl-1.7.ebuild b/dev-python/python-prctl/python-prctl-1.7.ebuild
index 853ab34592b5..c9e28fe39342 100644
--- a/dev-python/python-prctl/python-prctl-1.7.ebuild
+++ b/dev-python/python-prctl/python-prctl-1.7.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=no
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
@@ -15,7 +17,4 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="sys-libs/libcap"
-
-DEPEND="
- ${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"