mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/pycapnp: bump to 0.6.4
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
13
dev-python/pycapnp/files/sdist.patch
Normal file
13
dev-python/pycapnp/files/sdist.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
Index: pycapnp-0.6.4/setup.py
|
||||
===================================================================
|
||||
--- pycapnp-0.6.4.orig/setup.py
|
||||
+++ pycapnp-0.6.4/setup.py
|
||||
@@ -49,7 +49,7 @@ try:
|
||||
changelog = '\nChangelog\n=============\n' + changelog
|
||||
long_description += changelog
|
||||
except (IOError, ImportError):
|
||||
- if sys.argv[2] == 'sdist':
|
||||
+ if len(sys.argv) > 2 and sys.argv[2] == 'sdist':
|
||||
raise
|
||||
long_description = ''
|
||||
|
||||
Reference in New Issue
Block a user