mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
pythonPackages.ofxclient: Depend on beautifulsoup4 instead of beautifulsoup3
This commit is contained in:
parent
dc309e98af
commit
8af79c8adc
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi,
|
{ stdenv, buildPythonPackage, fetchPypi,
|
||||||
ofxhome, ofxparse, beautifulsoup, lxml, keyring
|
ofxhome, ofxparse, beautifulsoup4, lxml, keyring
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
# ImportError: No module named tests
|
# ImportError: No module named tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
propagatedBuildInputs = [ ofxhome ofxparse beautifulsoup lxml keyring ];
|
propagatedBuildInputs = [ ofxhome ofxparse beautifulsoup4 lxml keyring ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/captin411/ofxclient;
|
homepage = https://github.com/captin411/ofxclient;
|
||||||
|
Loading…
Reference in New Issue
Block a user