Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 447272 Details for
Bug 594734
dev-python/python-gflags-3.0.2 won't install library files (and patch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
This is the patch
python-gflags-3.0.2-install-files-fix.patch (text/plain), 633 bytes, created by
jorgicio
on 2016-09-21 23:59:19 UTC
(
hide
)
Description:
This is the patch
Filename:
MIME Type:
Creator:
jorgicio
Created:
2016-09-21 23:59:19 UTC
Size:
633 bytes
patch
obsolete
>--- a/setup.py 2016-02-09 09:07:07.000000000 -0300 >+++ b/setup.py 2016-09-20 21:53:01.136888138 -0300 >@@ -29,7 +29,7 @@ > > """Setup module for python-gflags.""" > >-from setuptools import setup >+from distutils.core import setup > > setup(name='python-gflags', > version='3.0.2', >@@ -38,7 +38,6 @@ > author='Google Inc. and others', > author_email='google-gflags@googlegroups.com', > url='https://github.com/google/python-gflags', >- py_modules=['gflags'], >+ packages=['gflags', 'gflags.third_party', 'gflags.third_party.pep257'], > scripts=['gflags2man.py'], >- include_package_data=True, > )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 594734
: 447272