mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #28863 from mguentner/pybitmessage
pybitmessage dependency fixes & pytools 2016.2.1 -> 2017.4
This commit is contained in:
commit
1c0a5671a1
@ -12,7 +12,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
sha256 = "04sgns9qczzw2152gqdr6bjyy4fmgs26cz8n3qck94l0j51rxhz8";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with pythonPackages; [ msgpack pyqt4 ] ++ [ openssl ];
|
||||
propagatedBuildInputs = with pythonPackages; [ msgpack pyqt4 numpy pyopencl ] ++ [ openssl ];
|
||||
|
||||
preConfigure = ''
|
||||
# Remove interaction and misleading output
|
||||
|
@ -8051,13 +8051,13 @@ in {
|
||||
|
||||
pytools = buildPythonPackage rec {
|
||||
name = "pytools-${version}";
|
||||
version = "2016.2.1";
|
||||
version = "2017.4";
|
||||
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "inducer";
|
||||
repo = "pytools";
|
||||
rev = "e357a9de14d0ff5131284f369d220d8b439a7906";
|
||||
sha256 = "0g5w1cira1bl9f2ji11cbr9daj947nrfydydymjp4bbxbpl2jnaq";
|
||||
rev = "8078e74265bb5a3c9676c698595ab5450cd2bfe7";
|
||||
sha256 = "17q61l79fcxkj5jxg3fnymi652sdjp5s6kpsabgxp22kma9crr28";
|
||||
};
|
||||
|
||||
buildInputs = with self; [
|
||||
|
Loading…
Reference in New Issue
Block a user