diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-11-29 08:33:52 -0800 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-11-29 08:34:32 -0800 |
commit | a2002b3d92ef80be82b2f5208997b841affef6de (patch) | |
tree | 708558a7fd4b2a878d5de42794dc326c851d21be /dev-python/sdnotify | |
parent | dev-db/mariadb: Version bump to 10.2.11 (diff) | |
download | gentoo-a2002b3d92ef80be82b2f5208997b841affef6de.tar.gz gentoo-a2002b3d92ef80be82b2f5208997b841affef6de.tar.bz2 gentoo-a2002b3d92ef80be82b2f5208997b841affef6de.zip |
dev-python/sdnotify: Add missing setuptools dep bug 626946
Package-Manager: Portage-2.3.16_p45, Repoman-2.3.6_p57
Diffstat (limited to 'dev-python/sdnotify')
-rw-r--r-- | dev-python/sdnotify/Manifest | 2 | ||||
-rw-r--r-- | dev-python/sdnotify/sdnotify-0.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/sdnotify/sdnotify-0.3.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sdnotify/Manifest b/dev-python/sdnotify/Manifest index 62d020c3ae2c..cf1a3df0ebd1 100644 --- a/dev-python/sdnotify/Manifest +++ b/dev-python/sdnotify/Manifest @@ -1,2 +1,2 @@ -DIST sdnotify-0.3.1.tar.gz 2513 SHA256 e69220d4f6cbb02130f43f929350a80cf51033fde47dcb056fbda71e2dff2d5a SHA512 765e75e727ad5128269bfffd4d3f64666df654adc50965a54f3cd622933aca583faee5453f7fec3a23b6f754f4475522dd96a86ba643984cd72a575ec082709c WHIRLPOOL b43831604022cdd5f605138324cda4e43ee7021993e66afaa73b82eff98c11dc087d5f8f5d1b62073d750cfb84ac9168eca12640dc6149df68506826fcbfc0c4 +DIST sdnotify-0.3.1.tar.gz 2513 BLAKE2B cbce1d3c2bae3b3a02102cfea9ac104e7c2839b784a78309cfad0a66fc8b13bba66ae4bdb8dcf1d2171378e04f2c18e3697b22545a3e3f0593edff8adcc19dc3 SHA512 765e75e727ad5128269bfffd4d3f64666df654adc50965a54f3cd622933aca583faee5453f7fec3a23b6f754f4475522dd96a86ba643984cd72a575ec082709c DIST sdnotify-0.3.2.tar.gz 2459 SHA256 73977fc746b36cc41184dd43c3fe81323e7b8b06c2bb0826c4f59a20c56bb9f1 SHA512 f7e7d38c8d7f56ebad8b0343361a0bf6177208b94916430343a0a392015622d7bb62aa391e17956e5aa9a0d7189c79268cb86c46bb52b36488df5aebca5cfbd3 WHIRLPOOL 4885e8381f83db3901553ea6ab7c49e4c7b64aea73d5ac75fd6ff42c8acf4db578b0f211c6535bd868ff4fc968ace1c94d20b1f6297fea458abbbbcc794e5c9a diff --git a/dev-python/sdnotify/sdnotify-0.3.1.ebuild b/dev-python/sdnotify/sdnotify-0.3.1.ebuild index fe6f98641f01..c037e2b33e9c 100644 --- a/dev-python/sdnotify/sdnotify-0.3.1.ebuild +++ b/dev-python/sdnotify/sdnotify-0.3.1.ebuild @@ -18,5 +18,5 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" diff --git a/dev-python/sdnotify/sdnotify-0.3.2.ebuild b/dev-python/sdnotify/sdnotify-0.3.2.ebuild index 4d0b1c61f19e..41b30305da7d 100644 --- a/dev-python/sdnotify/sdnotify-0.3.2.ebuild +++ b/dev-python/sdnotify/sdnotify-0.3.2.ebuild @@ -17,5 +17,5 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -RDEPEND="" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND}" |