twilio: don't set name attribute anymore
This commit is contained in:
parent
79745a0fbf
commit
567cf47d49
@ -4,8 +4,6 @@
|
|||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "twilio";
|
pname = "twilio";
|
||||||
version = "6.8.0";
|
version = "6.8.0";
|
||||||
name = "${pname}-${version}";
|
|
||||||
|
|
||||||
# tests not included in PyPi, so fetch from github instead
|
# tests not included in PyPi, so fetch from github instead
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "twilio";
|
owner = "twilio";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user