public inbox for [email protected]
help / color / mirror / Atom feed[pgAdmin4][Patch]: Fix Python wheel dependency
2+ messages / 2 participants
[nested] [flat]
* [pgAdmin4][Patch]: Fix Python wheel dependency
@ 2018-06-28 11:58 Khushboo Vashi <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Khushboo Vashi @ 2018-06-28 11:58 UTC (permalink / raw)
To: pgadmin-hackers
Hi,
Please find the attached patch to fix the python wheel dependency.
Thanks,
Khushboo
Attachments:
[text/x-patch] pythonwheel_setup.patch (1.2K, 3-pythonwheel_setup.patch)
download | inline diff:
diff --git a/pkg/pip/setup_pip.py b/pkg/pip/setup_pip.py
index 4179f2a..92df74e 100644
--- a/pkg/pip/setup_pip.py
+++ b/pkg/pip/setup_pip.py
@@ -87,26 +87,26 @@ setup(
extras_require={
# ...
":python_version<'2.7'": [
- "ordereddict",
- "Flask-Script",
"psycopg2==2.7.3.2",
- "pycrypto==2.6.1",
+ "Flask-Script==2.0.5",
+ "ordereddict",
"python-dateutil==2.5.0",
"SQLAlchemy==1.0.14",
"Flask-Security==1.7.5",
"Flask-BabelEx==0.9.3"
],
":python_version<='2.7'": [
- "backports.csv",
- "importlib"
+ "backports.csv==1.0.5",
+ "importlib==1.0.3"
],
":python_version>='2.7'": [
- "Flask-HTMLmin",
- "psycopg2>=2.7.3.2",
- "pycrypto==2.6.1",
+ "psycopg2>=2.7.4",
"python-dateutil>=2.7.1",
+ "htmlmin==0.1.12",
+ "Flask-HTMLmin==1.3.2",
"SQLAlchemy>=1.2.5",
- "Flask-Security>=3.0.0"
+ "Flask-Security>=3.0.0",
+ "sshtunnel>=0.1.3"
]
},
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: [pgAdmin4][Patch]: Fix Python wheel dependency
@ 2018-06-28 12:04 Dave Page <[email protected]>
parent: Khushboo Vashi <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Dave Page @ 2018-06-28 12:04 UTC (permalink / raw)
To: Khushboo Vashi <[email protected]>; +Cc: pgadmin-hackers
Thanks, applied.
On Thu, Jun 28, 2018 at 12:58 PM, Khushboo Vashi <
[email protected]> wrote:
> Hi,
>
> Please find the attached patch to fix the python wheel dependency.
>
> Thanks,
> Khushboo
>
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2018-06-28 12:04 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-06-28 11:58 [pgAdmin4][Patch]: Fix Python wheel dependency Khushboo Vashi <[email protected]>
2018-06-28 12:04 ` Dave Page <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox