File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
pkgs/development/python-modules/pgcli Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11{ lib , stdenv
22, buildPythonPackage
33, fetchPypi
4- , isPy3k
54, cli-helpers
65, click
76, configobj
@@ -29,6 +28,11 @@ buildPythonPackage rec {
2928 sha256 = "sha256-8DkwGH4n1g32WMqKBPtgHsXXR2xzXysVQsat7Fysj+I=" ;
3029 } ;
3130
31+ postPatch = ''
32+ substituteInPlace setup.py \
33+ --replace "pgspecial>=1.13.1,<2.0.0" "pgspecial>=1.13.1"
34+ '' ;
35+
3236 propagatedBuildInputs = [
3337 cli-helpers
3438 click
@@ -57,6 +61,6 @@ buildPythonPackage rec {
5761 homepage = "https://pgcli.com" ;
5862 changelog = "https://github.com/dbcli/pgcli/raw/v${ version } /changelog.rst" ;
5963 license = licenses . bsd3 ;
60- maintainers = with maintainers ; [ dywedir ] ;
64+ maintainers = with maintainers ; [ dywedir SuperSandro2000 ] ;
6165 } ;
6266}
You can’t perform that action at this time.
0 commit comments