Skip to content

Commit

Permalink
Removed unnecessary dependencies on jsonschema. #460
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jun 2, 2017
1 parent 585a556 commit 25f1efb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pscheduler-test-latency/latency/spec-to-cli
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Convert a test specification to command-line options

import pscheduler
import jsonschema
from validate import spec_is_valid, REQUEST_SCHEMA

#load spec JSON
Expand Down
1 change: 0 additions & 1 deletion pscheduler-test-latency/pscheduler-test-latency.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Provides: %{name} = %{version}-%{release}

Requires: pscheduler-server
Requires: python-pscheduler
Requires: python-jsonschema
Requires: python-jsontemplate

BuildRequires: pscheduler-rpm
Expand Down

0 comments on commit 25f1efb

Please sign in to comment.