Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 609763 Details for
Bug 854333
Review Request: python-transifex - Python API to transifex
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix runtime requirements
0001-Change-setup.py-s-requires-to-fix.patch (text/plain), 856 bytes, created by
Toshio Ernie Kuratomi
on 2012-09-04 19:00:25 UTC
(
hide
)
Description:
Fix runtime requirements
Filename:
MIME Type:
Creator:
Toshio Ernie Kuratomi
Created:
2012-09-04 19:00:25 UTC
Size:
856 bytes
patch
obsolete
>From c45521de1f74bf86d6e9d288d2ffd8aabd33a47b Mon Sep 17 00:00:00 2001 >From: Toshio Kuratomi <toshio@fedoraproject.org> >Date: Tue, 4 Sep 2012 11:44:06 -0700 >Subject: [PATCH] Change setup.py's requires to fix > https://github.com/jakul/python-transifex/issues/2 > >--- > setup.py | 5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/setup.py b/setup.py >index 4903c01..9515a63 100644 >--- a/setup.py >+++ b/setup.py >@@ -13,9 +13,10 @@ setup( > download_url='https://github.com/jakul/python-transifex/downloads', > license='BSD', > packages=find_packages(), >- tests_require=[ >+ tests_require=['mock', >+ ], >+ install_requires=['requests', > ], >- install_requires=open('requirements.txt').read(), > include_package_data=True, > classifiers=[ > 'Environment :: Web Environment', >-- >1.7.7.6 >
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 854333
: 609763 |
609764