twisted: update to 17.5.0
This commit is contained in:
parent
72d6389ca1
commit
f2cdc1e5c2
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchurl, python,
|
{ stdenv, buildPythonPackage, fetchurl, python,
|
||||||
zope_interface, incremental, automat, constantly
|
zope_interface, incremental, automat, constantly, hyperlink
|
||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Twisted";
|
pname = "Twisted";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
version = "17.1.0";
|
version = "17.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/T/Twisted/${name}.tar.bz2";
|
url = "mirror://pypi/T/Twisted/${name}.tar.bz2";
|
||||||
sha256 = "1p245mg15hkxp7hy5cyq2fgvlgjkb4cg0gwkwd148nzy1bbi3wnv";
|
sha256 = "1sh2h23nnizcdyrl2rn7zxijglikxwz7z7grqpvq496zy2aa967i";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ zope_interface incremental automat constantly ];
|
propagatedBuildInputs = [ zope_interface incremental automat constantly hyperlink ];
|
||||||
|
|
||||||
# Patch t.p._inotify to point to libc. Without this,
|
# Patch t.p._inotify to point to libc. Without this,
|
||||||
# twisted.python.runtime.platform.supportsINotify() == False
|
# twisted.python.runtime.platform.supportsINotify() == False
|
||||||
|
Loading…
Reference in New Issue
Block a user