Let's see if a path dependency fixes #34.

This commit is contained in:
Daniel Grunwald 2015-11-11 23:40:31 +01:00
parent 56eb23ccbe
commit 669cc56275

View file

@ -34,9 +34,11 @@ abort_on_panic = "1.0"
# indicate which python ffi you are trying to bind to.
[dependencies.python27-sys]
optional = true
path = "python27-sys"
[dependencies.python3-sys]
optional = true
path = "python3-sys"
[features]
default = ["python3-sys"]