turses: update tweepy override

This commit is contained in:
Martin Weinelt 2022-06-06 02:45:36 +02:00 committed by Jonathan Ringer
parent b670cf8df6
commit 51fd3fec9e
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -19,6 +19,10 @@ let
rev = "v${version}";
sha256 = "0k4bdlwjna6f1k19jki4xqgckrinkkw8b9wihzymr1l04rwd05nw";
};
propagatedBuildInputs = oldAttrs.propagatedBuildInputs ++ [
super.six
super.requests.optional-dependencies.socks
];
doCheck = false;
});
};