mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
python3Packages.csvs-to-sqlite: remove pandas version constraint
This commit is contained in:
parent
ed77cf1c56
commit
af1eb21dbf
@ -23,6 +23,11 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0n80y9a6qhbhhbz64jdpscx0nha9jn9nygp9nkgszmw04ri5j5hm";
|
sha256 = "0n80y9a6qhbhhbz64jdpscx0nha9jn9nygp9nkgszmw04ri5j5hm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace pandas~=0.25.0 pandas
|
||||||
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
click
|
click
|
||||||
dateparser
|
dateparser
|
||||||
|
Loading…
Reference in New Issue
Block a user