Drop rustcfg req

We don't need it right now since we don't support filtering unneeded
dependencies on cargo level.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-04-23 15:57:40 +02:00
parent ea5fcb0dfe
commit b8e44897fa
No known key found for this signature in database
GPG key ID: 695714BD1BBC5F4C
3 changed files with 0 additions and 5 deletions

View file

@ -2,4 +2,3 @@ jinja2
requests
semantic_version
tqdm
rustcfg

View file

@ -6,7 +6,6 @@ import json
import subprocess
import semantic_version as semver
import rustcfg
class Target:
def __init__(self, name, kind):

View file

@ -29,9 +29,6 @@ ARGS = dict(
"jinja2",
"requests",
"tqdm",
# Rust cfg language parser
"rustcfg",
],
author="Igor Gnatenko",