Fix fields that must not appear with externals

In crates where there was mixed information about source releases and
externals, some properties that apply only to the former were carried over to
the new externals-only manifest.
This commit is contained in:
Alejandro R. Mosteo
2020-07-23 12:00:09 +01:00
parent 31e9c543b3
commit d4e3b9403c
2 changed files with 0 additions and 21 deletions
@@ -11,6 +11,3 @@ kind = "system"
user = false
[external.origin."case(distribution)"]
"debian|ubuntu" = ["libncursesada6.1.20180127-dev", "libncursesada5-dev", "libncursesada3-dev"]
[depends-on]
gnat = "any"