Remove reference to OpenSSL

Remove OpenSSL requirements, since MusicBrainz doesn't require it.
This commit is contained in:
markjfine 2021-04-23 10:09:58 -04:00 committed by GitHub
parent 02a72d312a
commit 1143cdd853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -14,13 +14,12 @@ The folowing programs are required to run NRSC5-DUI
* [NumPy](http://www.numpy.org)
* [Python Dateutil](https://pypi.org/project/python-dateutil)
* [urllib3](https://pypi.org/project/urllib3)
* [pyOpenSSL](https://pypi.org/project/pyOpenSSL)
* [musicbrainzngs](https://pypi.org/project/musicbrainzngs)
* [nrsc5](https://github.com/theori-io/nrsc5)
* [sox](https://github.com/chirlu/sox)
# Setup
1. Install the latest version of Python 3.9, PyGObject, Pillow, etc.
1. Install the latest version of Python 3.9, PyGObject, Pillow, and other dependencies.
2. Compile and install nrsc5.
3. Install sox
4. Install nrsc5-dui files in a directory where you have write permissions.

View File

@ -32,7 +32,7 @@ gi.require_version("Gtk", "3.0")
from gi.repository import Gtk, GObject, Gdk, GdkPixbuf, GLib
import urllib3
from OpenSSL import SSL
#from OpenSSL import SSL
import musicbrainzngs
# print debug messages to stdout (if debugger is attached)